home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’93 / The Regulator 1.4 / Makefile < prev    next >
Makefile  |  1992-08-19  |  313b  |  14 lines

  1. OBJECTS=main.c.o pb.c.o
  2.  
  3. TheRegulator ƒƒ TheReg.r
  4.     Rez -a -o TheRegulator TheReg.r
  5.     SetFile -a B TheRegulator
  6. TheRegulator ƒƒ {OBJECTS}
  7.     Link -t appe -c MAIN ∂
  8.         {OBJECTS} ∂
  9.         "{Libraries}"Interface.o ∂
  10.         "{Libraries}"Runtime.o ∂
  11.         -o TheRegulator
  12. .c.o ƒ .c
  13.     C -b -opt full -mbg off {Default}.c -o {Default}.c.o
  14.